home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / MPW Goodies / MPW Goodies⁄DTS / !!READ ME FIRST!! next >
Text File  |  2022-08-05  |  5KB  |  143 lines

  1. MPW Goodies Disk
  2. Macintosh Developer Technical Support
  3. Release 1.0b1, 4/12/89
  4. © Copyright 1989 Apple Computer, Inc. All Rights Reserved.
  5.  
  6. This folder contains a large number of tools & scripts for
  7. use with MPW 3.0. Some will work with MPW 2.0.2, but no
  8. testing has been done, so you're on your own. 
  9.  
  10. These goodies were written by Apple employees and
  11. contractors, and a few independent developers, and we are
  12. distributing them to users free of charge. However, Apple
  13. does retain all rights to the package. You have permission
  14. to use the package on your machine, and you can give it to
  15. your friends, but it is not in the public domain. You
  16. cannot distribute this package by any means when there is a
  17. charge or fee associated with the distribution, including
  18. charges for disks or download/connect time, unless you have
  19. written permission from Apple Computer. For more
  20. information, please contact Developer Technical Support. 
  21.  
  22. Please read the file 'OSErr Notes' in the ':Docs & Help
  23. Files:' folder for distribution restrictions on the OSErr
  24. tool and its sources. OSErr is included in this package by
  25. permission of the author, Wynn Wagner III. 
  26.  
  27. None of these tools or scripts should be considered
  28. supported products - they are provided AS IS. We intend to
  29. update this package occasionaly, but there is no guarantee
  30. that bugs will be fixed, or that you will be sent upgrades
  31. (free or otherwise).
  32.  
  33. However, if you do fix a bug or make an enhancement, we
  34. would like to know about it. Send the fix to MacDTS: 
  35.  
  36.     AppleLink: MacDTS
  37.     MCI Mail: MACTECH
  38.     UNIX Mail: macdts@applelink.apple.com
  39.     USMail: 20525 Mariani Ave, MS 51-T
  40.             Cupertino, CA 94080
  41.  
  42. INSTALLATION INSTRUCTIONS:
  43.  
  44. Copy the "Goodies" folder into your MPW folder. (Actually,
  45. you can install it anywhere, but you'll need to edit the
  46. "Userstartup•Goodies" file to tell MPW where to look. More
  47. on this below.)
  48.  
  49. Copy the file "Userstartup•Goodies" into your MPW folder.
  50. Open the copy, and edit the first section. The text
  51. in ALL CAPS is the stuff that generally needs to be replaced.
  52. After you have finished filling in all the blanks,
  53. Save and Close the file.
  54.  
  55. Now edit the "ProjectFolders" file. This file lists
  56. the directories where Projector project folders are kept.
  57. IMPORTANT: put only one directory on each line. If you have
  58. spaces or other odd characters in a directory name,
  59. put the name in double quotes (").
  60.  
  61. Finally, you should edit your UserStartup file to get rid
  62. of the standard Project and Build menus, since this package
  63. includes some much more powerful replacements. You may also
  64. want to remove the Directory menu if you need the menubar
  65. real estate (especially on an SE or other 9" Mac).
  66.  
  67. The scripts in this package define a large number of
  68. command key equivalents. If you have done some
  69. customizing of your own, these key commands may conflict.
  70. If so, you will need to do some script editing to
  71. resolve these conflicts.
  72.  
  73. You are now done installing and configuring the package.
  74. Quit MPW and start it up again. The "Userstartup•Goodies"
  75. file will be executed automatically, and all of the
  76. new goodies will be available. Have fun...
  77.  
  78. LIST OF FILES:
  79.  
  80. Setup Files - These require some editing before use
  81.     Userstartup•Goodies        # Startup Script
  82.     ProjectFolders            # List of folders containing projects, one per line
  83.     Quit                    # Modified version that deletes our temp file
  84.  
  85. Projector Scripts:
  86.     AddChange                # Add to change history for file
  87.     CancelWindowCheckOut    # Cancel checkout of active window
  88.     CheckedOutFiles            # Lists checked out files in current project
  89.     CheckInAll                # Check in all files from current project
  90.     CheckWindowIn            # Check in active window
  91.     CheckWindowOut            # Check out active window
  92.     CompareLastRevision        # compares current file with last revision
  93.     GetLastChange            # Get text of last change comment
  94.     InitProjector            # Setup script - Uses "ProjectFolders" file
  95.     MountProjector            # Mount a project
  96.     OpenCheckedOut            # Open all files checked out for modification
  97.     ProjectMenu                # Create project menu
  98.     ProjListMenu            # creates a menu of all mounted projects
  99.     SetProject                # changes project - used by other scripts
  100.     SetProjector            # Set current project
  101.     UnmountProjector        # Unmount a project
  102.  
  103. Utility Scripts:
  104.     CreateMake                # An improved version of the CreateMake script
  105.     DirActive                # Set directory to active window's parent
  106.     FLookup                    # Fast, simplistic version of Lookup script
  107.     KeyMenu                    # Setup Command Key menu
  108.     Lookup                    # Lookup a file - modified version
  109.     LookupMenu                # Build a menu of lookup commands
  110.     MarkPascal                # Find all procs and funcs in file, and Mark them
  111.     MountServer                # Script to mount an appleshare server volume
  112.     MyBuildMenu                # Customized, smarter Build Menu
  113.     OpenMultFiles            # Open 1 or more files from one directory
  114.     SourceMenu                # Create menu of source files in a directory
  115.     Trim                    # Delete trailing whitespace
  116.     Wild                    # Single Wildcard Command Interpreter
  117.  
  118. Tools:
  119.     CoolRequest                # Like MPW's Request tool, but does passwords & big text areas
  120.     Env                        # Prints out SysEnvirons info
  121.     GetKeys                    # Allows you to check state of modifier keys
  122.     Justify                    # Does word wrapping of text
  123.     Print2                    # Print 2 pages side by side for TEXT files
  124.  
  125. :Docs & Help Files:
  126.     Some extra documentation for Print2, Justify, and OSErr tools
  127.  
  128. :Srcs:
  129.     Contains source code for Print2 and OSErr tools
  130.  
  131.  
  132. CREDITS:
  133.  
  134.     Darin Adler
  135.     Dave Burnard
  136.     Bob Campbell
  137.     Fred Huxham
  138.     Andrew Shebanow
  139.     Wynn Wagner III
  140.     The MPW Team
  141.     The Finder Team
  142.     Developer Technical Support
  143.